


/* ===================================
        MAIN SLIDER
    ==================================== */




/* ===================================
	product-class
====================================== */

.product-class {
	margin-top: 50px;
	padding: 0 7px;
}

.product-class-icon {
	margin-bottom: 15px;
}

.product-class-icon img {
	border-radius: 50%;
	border: #005a9f 2px solid;
}

.product-class h3 {
	margin-bottom: 10px;
}

.product-class h3 a {
	color: #333;
}

.product-class h6 {
	color: #999;
}

.product-class p {
	font-size: 12px;
	margin-top: 10px;
	text-align: left;
	margin-bottom: 50px;
}



/* ===================================
	aboutus
====================================== */

.aboutus {
	background: url(../images/aboutus-bg.jpg) no-repeat center;
}

.aboutus-top {
	margin: 50px auto;
	float: none;
}

.aboutus-top h4 {
	color: #797979;
}

.aboutus-top hr {
	height: 1px;
	border: none;
	border-top: 1px solid #ced0d3;
}

.aboutus-top span {
	bottom: -5px;
	position: absolute;
	top: auto;
	background: #ebebec;
	width: 30px;
	margin-left: -15px;
	color: #00599f;
}

.aboutus-cont {
	margin: 0 auto;
	float: none;
	background: url(../images/aboutus-pic.jpg) no-repeat;
	background-size: auto 100%;
}

.aboutus-cont>div:first-child {
	background: #fff;
	width: 55%;
	float: right;
	margin: 20px auto;
	padding: 28px;
}

.aboutus-cont div h3 {
	margin-bottom: 0;
}

.aboutus-cont div hr {
	height: 1px;
	border: none;
	border-top: 3px solid #00599f;
	width: 40px;
	float: left;
}

.aboutus-cont div p {
	line-height: 1.8;
	margin-bottom: 0;
	text-indent: 2em;
}

.aboutus-more {
	margin: 50px auto;
	float: none;
}

.aboutus-more hr {
	height: 1px;
	border: none;
	border-top: 1px solid #ced0d3;
}

.aboutus-more a {
	background: #00599f;
	border-radius: 20px;
	padding: 8px 15px;
	color: #fff;
	bottom: -16px;
	position: absolute;
	top: auto;
	margin-left: -51px;
	font-size: 12px;
}


/* ===================================
	PROJECT CASE
====================================== */

.case {
	padding: 60px 0;
}
.carousel-control.left , .carousel-control.right{background: none;}
.carousel-control {
    font-size: 8em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5%;
    color: #7a7a7a;
    font-family:arial;
    text-shadow: none;
}
.carousel-control:hover{
    color: #005dad;
    opacity: .5;
}

.col-xs-4{padding-left: 20px;padding-right: 20px;}
.case-pic{ }
.case-pic img{ width: 100%;}
.case-pic dl{ background: #f1f1f1;padding: 20px 20px 30px; }
.case-pic dl dt{line-height: 2; }
.case-pic dl dd{ font-size: 12px; color: #787878;}
.case-pic dl dd:last-child{margin-top: 20px;}
.case-pic dl dd a{ border-radius: 20px;	padding: 8px 10px;	color: #333; border: #787878 2px solid; }

.case-pic dl:hover{ background: #005dad; color: #fff;}
.case-pic dl:hover dd{ color: #fff;}
.case-pic dl:hover dd a{ color: #fff;border: #4ada80 2px solid; }


@media only screen and (max-width: 767px) {
	
	.aboutus-cont {	
	background: none;
}

.aboutus-cont>div:first-child {	
	width: 100%;
}	

#myProucts .carousel-inner .item > .case-pic:nth-child(3){display: none;}
}